Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

CopyTo Method (DictionaryWithEvents<TKey,TValue>)







The one-dimensional array of type KeyValuePair that is the destination of the KeyValuePair elements copied from the ICollection. The array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies the elements of the ICollection to an array of type KeyValuePair, starting at the specified array index.
Syntax
public void CopyTo( 
   KeyValuePair<TKey,TValue>[] array,
   int arrayIndex
)
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As KeyValuePair(Of TKey,TValue), _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim array() As KeyValuePair(Of TKey,TValue)
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)

            

            
public: void CopyTo( 
   KeyValuePair<TKey*,TValue*>[]* array,
   int arrayIndex
) 
public:
void CopyTo( 
   array<KeyValuePair<TKey^,TValue^>>^ array,
   int arrayIndex
) 

Parameters

array
The one-dimensional array of type KeyValuePair that is the destination of the KeyValuePair elements copied from the ICollection. The array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.
Requirements

Target Platforms

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features